home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / game / role / oangband.lha / Oangband041 / edit / e_info.txt < prev    next >
Text File  |  2000-02-17  |  19KB  |  877 lines

  1. # File: e_info.txt
  2.  
  3.  
  4. # This file is used to initialize the "lib/raw/e_info.raw" file, which is
  5. # used to initialize the "ego-item" information for the Angband game.
  6.  
  7. # Do not modify this file unless you know exactly what you are doing,
  8. # unless you wish to risk possible system crashes and broken savefiles.
  9. # After modifying this file, delete the "lib/raw/e_info.raw" file.
  10.  
  11. # The ego-item indexes are defined in "defines.h", and must not be changed.
  12.  
  13. # Ego-items 1-63 are "armor", and 64-127 are "weapons"
  14.  
  15. # Note that every "ego-item" type has a different "index", and can only be
  16. # created from items that belong to a certain "slot" in the equipment, if
  17. # one assumes that "ammo" belongs to an imaginary slot (23).
  18. #
  19. # Note that several "ego-item" types may share the same "textual name",
  20. # such as with "Armor of Resistance" and "Shield of Resistance".
  21. #
  22. # Ego-items have descriptions that appear after that of the base object 
  23. # type if the object is identified.
  24.  
  25.  
  26. # Version stamp (required)
  27.  
  28. V:0.4.1
  29.  
  30. #N: ego-item index: name (appended to base object description)
  31. #X: base object tval (general kind): amount the level feeling is increased by
  32. #W: not used: not used: no longer used: bonus to value
  33. #C: Bonus to Skill: Bonus to Deadliness: Bonus to armour class: 
  34. #     pval (controls how much stats or skills are increased by)
  35. #F: All item-specific flags (special qualities).
  36.  
  37.  
  38. ### Body Armor ###
  39.  
  40. N:4:of Resist Acid
  41. X:30:16
  42. W:0:0:0:1000
  43. F:RES_ACID | IGNORE_ACID
  44. D:It grants resistance to acid, and will not be harmed by that element.
  45.  
  46. N:5:of Resist Lightning
  47. X:30:10
  48. W:0:0:0:400
  49. F:RES_ELEC | IGNORE_ELEC
  50. D:It grants resistance to electricity.
  51.  
  52. N:6:of Resist Fire
  53. X:30:14
  54. W:0:0:0:800
  55. F:RES_FIRE | IGNORE_FIRE
  56. D:It grants resistance to fire, and will not be harmed by that element.
  57.  
  58. N:7:of Resist Cold
  59. X:30:12
  60. W:0:0:0:600
  61. F:RES_COLD | IGNORE_COLD
  62. D:It grants resistance to cold.
  63.  
  64. N:8:of Resistance
  65. X:30:20
  66. W:0:0:0:12500
  67. C:0:0:10:0
  68. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  69. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  70. D:It grants resistance to all four basic elements, and cannot be harmed 
  71. D:by elemental attacks.
  72.  
  73. # OneHighResist
  74.  
  75. N:9:of Elvenkind
  76. X:30:25
  77. W:0:0:0:15000
  78. C:0:0:10:3
  79. F:STEALTH | 
  80. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  81. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  82. D:Made in the smithies of Beleriand, this armour resists the elements and 
  83. D:one other attack, cannot be harmed by the elements, and conceals the 
  84. D:wearer from hostile eyes.
  85.  
  86. N:10:(Dwarven)
  87. X:30:5
  88. W:0:0:0:1500
  89. C:0:0:12:0
  90. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  91. D:Although not magical, this surprisingly light armour is made with such 
  92. D:skill as to resist damage by the elements and offer enhanced protection.
  93.  
  94. # OneHighResist
  95.  
  96. N:11:of Permanence
  97. X:30:30
  98. W:0:0:0:30000
  99. C:0:0:10:0
  100. F:SUST_STR | SUST_DEX | SUST_CON | SUST_INT | SUST_WIS | SUST_CHR | 
  101. F:HOLD_LIFE | RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  102. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  103. D:The great sorcerers of old wore light mantles that protected against the 
  104. D:elements and one other attack, stat-draining, and experience loss.  
  105. D:Fortunate indeed are you to discover one.
  106.  
  107. # 12 (unused)
  108.  
  109. # 13 (unused)
  110.  
  111. # 14 (unused)
  112.  
  113. # 15 (unused)
  114.  
  115.  
  116. ### Shields ###
  117.  
  118. N:16:of Resist Acid
  119. X:32:16
  120. W:0:0:0:1000
  121. F:RES_ACID | IGNORE_ACID
  122. D:It grants resistance to acid, and will not be harmed by that element.
  123.  
  124. N:17:of Resist Lightning
  125. X:32:10
  126. W:0:0:0:400
  127. F:RES_ELEC | IGNORE_ELEC
  128. D:It grants resistance to electricity.
  129.  
  130. N:18:of Resist Fire
  131. X:32:14
  132. W:0:0:0:800
  133. F:RES_FIRE | IGNORE_FIRE
  134. D:It grants resistance to fire, and will not be harmed by that element.
  135.  
  136. N:19:of Resist Cold
  137. X:32:12
  138. W:0:0:0:600
  139. F:RES_COLD | IGNORE_COLD
  140. D:It grants resistance to cold.
  141.  
  142. N:20:of Resistance
  143. X:32:20
  144. W:0:0:0:12500
  145. C:0:0:10:0
  146. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  147. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  148. D:It grants resistance to all four basic elements, and cannot be harmed 
  149. D:by elemental attacks.
  150.  
  151. N:21:of Night and Day
  152. X:32:18
  153. W:0:0:0:8000
  154. C:0:0:5:0
  155. F:RES_LITE | RES_DARK
  156. D:It grants resistance to light and darkness.
  157.  
  158. # 22 (unused)
  159.  
  160. # 23 (unused)
  161.  
  162.  
  163. ### Crowns and Helms ###
  164.  
  165. N:24:of Intelligence
  166. X:33:13
  167. C:0:0:0:2
  168. W:0:0:0:500
  169. F:INT | SUST_INT
  170. D:It increases and sustains your intelligence.
  171.  
  172. N:25:of Wisdom
  173. X:33:13
  174. W:0:0:0:500
  175. C:0:0:0:2
  176. F:WIS | SUST_WIS
  177. D:It increases and sustains your wisdom.
  178.  
  179. N:26:of Beauty
  180. X:33:8
  181. W:0:0:0:1000
  182. C:0:0:0:4
  183. F:CHR | SUST_CHR
  184. D:It increases and sustains your charisma.
  185.  
  186. # OneAbility
  187.  
  188. N:27:of the Magi
  189. X:33:15
  190. W:0:0:0:7500
  191. C:0:0:0:3
  192. F:INT | SUST_INT | 
  193. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  194. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  195. D:It increases and sustains your intelligence, resists the four basic 
  196. D:elements, and cannot be harmed by elemental attacks.  You may benefit 
  197. D:greatly from the one hidden power it contains.
  198.  
  199. N:28:of Might
  200. X:33:19
  201. W:0:0:0:2000
  202. C:0:0:0:3
  203. F:STR | DEX | CON | SUST_STR | SUST_DEX | SUST_CON | FREE_ACT
  204. D:This warrior's crown increases and sustains strength, dexterity, and 
  205. D:constitution, and protects against paralyzation.
  206.  
  207. N:29:of Lordliness
  208. X:33:17
  209. W:0:0:0:2000
  210. C:0:0:0:3
  211. F:WIS | CHR | SUST_WIS | SUST_CHR
  212. D:This paladin's crown increases and sustains wisdom and charisma.
  213.  
  214. N:30:of Seeing
  215. X:33:8
  216. W:0:0:0:1000
  217. C:0:0:0:5
  218. F:SEARCH | RES_BLIND | SEE_INVIS
  219. D:This helm grants sight beyond sight that can never be blinded, and its 
  220. D:wearer will seldom miss a trap or hidden door.
  221.  
  222. N:31:of Serenity
  223. X:33:12
  224. W:0:0:0:3500
  225. F:RES_CONFU | RES_SOUND
  226. D:This helm offers sanctuary from confusion and sound attacks.
  227.  
  228. N:32:of Light
  229. X:33:6
  230. W:0:0:0:500
  231. F:LITE | RES_LITE
  232. D:This helm shines so brightly as to light the way for the wearer, and offers 
  233. D:resistance to light.
  234.  
  235. N:33:of Telepathy
  236. X:33:20
  237. W:0:0:0:50000
  238. F:TELEPATHY
  239. D:Suddenly, the minds of your enemies stand revealed, and you perceive 
  240. D:those who attempt to waylay you in the dark.
  241.  
  242. N:34:of Regeneration
  243. X:33:10
  244. W:0:0:0:1500
  245. F:REGEN
  246. D:This helm offers hastened recovery of both hit points and mana.
  247.  
  248. N:35:of Teleportation
  249. X:33:0
  250. W:0:0:0:0
  251. F:TELEPORT | LIGHT_CURSE
  252. D:This helm randomly teleports you around the dungeon, and you'll find it 
  253. D:hard to take off.
  254.  
  255. N:36:of Stupidity
  256. X:33:0
  257. C:0:0:0:-5
  258. W:0:0:0:0
  259. F:INT | LIGHT_CURSE
  260. D:This helm saps the powers of the mind.
  261.  
  262. N:37:of Naivety
  263. X:33:0
  264. C:0:0:0:-5
  265. W:0:0:0:0
  266. F:WIS | LIGHT_CURSE
  267. D:This helm drains away wisdom.
  268.  
  269. N:38:of Ugliness
  270. X:33:0
  271. C:0:0:0:-5
  272. W:0:0:0:0
  273. F:CHR | LIGHT_CURSE
  274. D:This hideous headgear makes you appear foul and ugly to others.
  275.  
  276. N:39:of Sickliness
  277. X:33:0
  278. C:0:0:0:-5
  279. W:0:0:0:0
  280. F:STR | DEX | CON | LIGHT_CURSE
  281. D:This helm withers the body away, and is reluctant to release its grip.
  282.  
  283.  
  284. ### Cloaks ###
  285.  
  286. N:40:of Protection
  287. X:31:10
  288. W:0:0:0:500
  289. C:0:0:10:0
  290. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  291. D:It offers enhanced ordinary protection, and cannot be harmed by elemental 
  292. D:attacks.
  293.  
  294. N:41:of Stealth
  295. X:31:10
  296. W:0:0:0:500
  297. C:0:0:0:3
  298. F:STEALTH
  299. D:It improves your ability to hide from your enemies.
  300.  
  301. # OneHighResist
  302.  
  303. N:42:of Aman
  304. X:31:20
  305. W:0:0:0:4000
  306. C:0:0:20:3
  307. F:STEALTH | 
  308. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  309. D:Made in the Blessed Realm far to the west, these highly magical garments 
  310. D:are seldom seen and highly valued.  They increase stealth, have one 
  311. D:special resistance, and cannot be harmed by the elements.
  312.  
  313. # 43 (unused)
  314.  
  315. N:44:of Enveloping
  316. X:31:0
  317. W:0:0:0:0
  318. C:-10:-10:0:0
  319. F:SHOW_MODS | LIGHT_CURSE
  320. D:The swirling folds of this cloak seem always to be in the way when you 
  321. D:most want to strike your opponents.
  322.  
  323. N:45:of Vulnerability
  324. X:31:0
  325. W:0:0:0:0
  326. C:0:0:-50:0
  327. F:AGGRAVATE | LIGHT_CURSE
  328. D:You feel horribly naked and defenceless, and wonder how you'll get 
  329. D:this acursed clock off your back.
  330.  
  331. N:46:of Irritation
  332. X:31:0
  333. W:0:0:0:0
  334. C:-15:-15:0:0
  335. F:AGGRAVATE | SHOW_MODS | LIGHT_CURSE
  336. D:It irritates nearby monsters, whom you'll find it hard to hit.
  337.  
  338. N:47:of Shard Protection
  339. X:31:10
  340. W:0:0:0:2500
  341. C:0:0:5:0
  342. F:RES_SHARD
  343. D:It wraps around you, offering protection from blasts of shards.
  344.  
  345.  
  346. ### Gloves ###
  347.  
  348. N:48:of Free Action
  349. X:34:11
  350. F:FREE_ACT
  351. W:0:0:0:1000
  352. D:They protect from paralyzation and certain slowing attacks.  Mages and 
  353. D:Necromancers can wear these comfortably.
  354.  
  355. N:49:of Slaying
  356. X:34:17
  357. W:0:0:0:1500
  358. C:8:8:0:0
  359. F:SHOW_MODS
  360. D:You strike with force and accuracy when wearing these.
  361.  
  362. N:50:of Agility
  363. X:34:14
  364. W:0:0:0:1000
  365. C:0:0:0:5
  366. F:DEX | HIDE_TYPE
  367. D:While wearing these, your fingers seem divinely nimble, and your whole body 
  368. D:lithe and limber.
  369.  
  370. N:51:of Power
  371. X:34:22
  372. W:0:0:0:2500
  373. C:8:8:0:5
  374. F:STR | SHOW_MODS | HIDE_TYPE
  375. D:He who wears these gains considerable combat power, and feels his 
  376. D:muscles bulge as he hammers his foes.
  377.  
  378. N:52:of Magic Mastery
  379. X:34:17
  380. W:0:0:0:1000
  381. C:0:0:0:4
  382. F:MAGIC_MASTERY | HIDE_TYPE
  383. D:They enhance magical device skill.  Mages and Necromancers can wear 
  384. D:these comfortably.
  385.  
  386. # 53 (unused)
  387.  
  388. N:54:of Weakness
  389. X:34:0
  390. W:0:0:0:0
  391. C:0:0:0:-10
  392. F:STR | LIGHT_CURSE
  393. D:They suck the strength out of your nerveless arms.
  394.  
  395. N:55:of Clumsiness
  396. X:34:0
  397. W:0:0:0:0
  398. C:0:0:0:-10
  399. F:DEX | LIGHT_CURSE
  400. D:Your fingers seem thick and clumsy, and you fumble around instead of 
  401. D:slaying your foes.
  402.  
  403.  
  404. ### Boots ###
  405.  
  406. N:56:of Slow Descent
  407. X:35:7
  408. W:0:0:0:250
  409. F:FEATHER
  410. D:They make you light-footed, able to escape pits and dance lightly over 
  411. D:lava.
  412.  
  413. N:57:of Stealth
  414. X:35:16
  415. W:0:0:0:1000
  416. C:0:0:0:3
  417. F:STEALTH
  418. D:Your footfalls make no noise at all wearing these.
  419.  
  420. N:58:of Free Action
  421. X:35:15
  422. W:0:0:0:1000
  423. F:FREE_ACT
  424. D:These protect against paralyzation and some slowing attacks.
  425.  
  426. N:59:of Speed
  427. X:35:25
  428. W:0:0:0:15000
  429. C:0:0:0:10
  430. F:SPEED | HIDE_TYPE
  431. D:All around you seem to move with dreamlike sloth; time itself waits 
  432. D:patiently for you.
  433.  
  434. N:60:of Stability
  435. X:35:15
  436. W:0:0:0:2000
  437. F:RES_NEXUS
  438. D:The wearer of these has his feet planted firmly on the floor, and need 
  439. D:not fear nexus attacks.
  440.  
  441. N:61:of Noise
  442. X:35:0
  443. W:0:0:0:0
  444. F:AGGRAVATE | LIGHT_CURSE
  445. D:Every step you take echoes through the dungeon, and all around 
  446. D:you annoyed creatures advance to kill.
  447.  
  448. N:62:of Slowness
  449. X:35:0
  450. W:0:0:0:0
  451. C:0:0:0:-5
  452. F:SPEED | LIGHT_CURSE
  453. D:These slow the wearer down.
  454.  
  455. N:63:of Pitiless Torment
  456. X:35:0
  457. W:0:0:0:0
  458. C:-20:-20:-50:-10
  459. F:SPEED | AGGRAVATE | HEAVY_CURSE
  460. D:These horrific footgear crush the wearer down, rendering him exposed and 
  461. D:helpless, utterly unable to face the gleaming eyes of suddenly energized 
  462. D:foes.
  463.  
  464.  
  465. ### Weapons ###
  466.  
  467. # OneSustain
  468.  
  469. N:64:(Holy Avenger)
  470. X:24:30
  471. W:0:0:0:20000
  472. C:6:6:4:4
  473. F:WIS | 
  474. F:SLAY_EVIL | SLAY_UNDEAD | SLAY_DEMON | 
  475. F:SEE_INVIS | BLESSED
  476. D:The sactified weapon of Priests and Paladins, it slays evil, demons, and 
  477. D:the undead, increases wisdom and sustains a random stat, can be wielded by 
  478. D:pious characters comfortably, grants sight beyond sight, and boosts armour 
  479. D:class.
  480.  
  481. # OneSustain
  482.  
  483. N:65:(Defender)
  484. X:24:25
  485. W:0:0:0:15000
  486. C:4:4:8:4
  487. F:STEALTH | 
  488. F:FREE_ACT | SEE_INVIS | FEATHER | REGEN | 
  489. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  490. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  491. D:Strong friend in peril, this weapon enhances stealth, resists all four 
  492. D:basic elements and cannot be damaged by them, grants see invisible and 
  493. D:protection from paralysis, increases armour class, boosts regeneration 
  494. D:speed, and renders the wearer lightfooted.
  495.  
  496. # OneAbility
  497.  
  498. N:66:(Blessed)
  499. X:24:15
  500. W:0:0:0:5000
  501. C:0:0:0:3
  502. F:WIS | 
  503. F:BLESSED
  504. D:A priestly weapon that increases wisdom and bears a hidden power.
  505.  
  506. # 67 (unused)
  507.  
  508. N:68:of Westernesse
  509. X:24:20
  510. W:0:0:0:20000
  511. C:5:5:0:2
  512. F:STR | DEX | CON | 
  513. F:SLAY_ORC | SLAY_TROLL | SLAY_GIANT | 
  514. F:FREE_ACT | SEE_INVIS
  515. D:A weapon made by the Dunedain, feared by trolls, orcs, and giants.  It 
  516. D:offers see invisible and protects from paralyzation.
  517.  
  518. # 69 (unused)
  519.  
  520. # 70 (unused)
  521.  
  522. # 71 (unused)
  523.  
  524. # The "Elemental" brands (4)
  525.  
  526. N:72:of Melting
  527. X:24:15
  528. W:0:0:0:4500
  529. F:BRAND_ACID | RES_ACID | IGNORE_ACID
  530. D:This weapon smokes and sizzles with noxious black corrosions.  It grants 
  531. D:resistance to acid and cannot be harmed by that element.
  532.  
  533. N:73:of Shocking
  534. X:24:15
  535. W:0:0:0:4500
  536. F:BRAND_ELEC | RES_ELEC | IGNORE_ELEC
  537. D:Sparks form tiny coronas upon its surface from top to bottom, and it 
  538. D:grants resistance to electricity.
  539.  
  540. N:74:of Burning
  541. X:24:15
  542. W:0:0:0:4000
  543. F:BRAND_FIRE | RES_FIRE | IGNORE_FIRE
  544. D:Flames dance merrily up and down it.  It grants resistance to fire, and 
  545. D:cannot be harmed by that element.
  546.  
  547. N:75:of Freezing
  548. X:24:15
  549. W:0:0:0:4000
  550. F:BRAND_COLD | RES_COLD | IGNORE_COLD
  551. D:Crystals of coldly gleaming ice form upon its surface, and it grants 
  552. D:resistance to frost.
  553.  
  554. N:76:of Poisoning
  555. X:24:15
  556. W:0:0:0:4000
  557. F:BRAND_POIS
  558. D:It gleams a sickly green, and you dare not hold it above the handle.
  559.  
  560. # A Whip of the Balrog.  At least 2d6, and x3 damage to all not immune 
  561. # to fire, but reduces stealth.  Can also lash out at a distance of two.
  562. N:77:of the Balrog
  563. X:24:20
  564. W:0:0:0:12000
  565. C:-20:10:0:-4
  566. F:STEALTH | BRAND_FIRE | RES_FIRE | LITE | ACTIVATE
  567. F:IGNORE_FIRE | ACTIVATE
  568. D:This perilous demon's lash burns redly with the dread fires of Udun, 
  569. D:doing triple damage to all monsters not resitant to fire, and 
  570. D:blazing so brightly as to light your path and disturb nearby foes.
  571.  
  572. # 78 (unused)
  573.  
  574. # 79 (unused)
  575.  
  576. # The "Slay" brands (8)
  577.  
  578. N:80:of Slay Animal
  579. X:24:18
  580. W:0:0:0:3000
  581. F:SLAY_ANIMAL
  582. D:This weapon is especially deadly against natural creatures.
  583.  
  584. N:81:of Slay Evil
  585. X:24:18
  586. W:0:0:0:3000
  587. F:SLAY_EVIL
  588. D:This weapon fights against evil with holy fury.
  589.  
  590. N:82:of Slay Undead
  591. X:24:18
  592. W:0:0:0:3000
  593. F:SLAY_UNDEAD
  594. D:This weapon strikes at undead with holy wrath.
  595.  
  596. N:83:of Slay Demon
  597. X:24:14
  598. W:0:0:0:2500
  599. F:SLAY_DEMON
  600. D:This weapon smites demonic foes with holy wrath.
  601.  
  602. N:84:of Slay Orc
  603. X:24:10
  604. W:0:0:0:2000
  605. F:SLAY_ORC
  606. D:This weapon is especially deadly against orcs.
  607.  
  608. N:85:of Slay Troll
  609. X:24:10
  610. W:0:0:0:2250
  611. F:SLAY_TROLL
  612. D:This weapon is especially deadly against trolls.
  613.  
  614. N:86:of Slay Giant
  615. X:24:14
  616. W:0:0:0:2250
  617. F:SLAY_GIANT
  618. D:This weapon is especially deadly against giants.
  619.  
  620. N:87:of Slay Dragon
  621. X:24:18
  622. W:0:0:0:3000
  623. F:SLAY_DRAGON
  624. D:This weapon is especially deadly against dragons.
  625.  
  626. # The "Kill" brands (8)
  627.  
  628. N:88:of *Slay* Animal
  629. X:24:20
  630. W:0:0:0:7000
  631. C:0:0:0:2
  632. F:INT | SLAY_ANIMAL | REGEN
  633. D:This weapon withers animals, increases intelligence, and hastens recovery.
  634.  
  635. N:89:of *Slay* Evil
  636. X:24:20
  637. W:0:0:0:6500
  638. C:0:0:0:2
  639. F:WIS | SLAY_EVIL | BLESSED
  640. D:This holy weapon is peerless in combat with evil creatures, increases 
  641. D:wisdom, and is blessed.
  642.  
  643. N:90:of *Slay* Undead
  644. X:24:24
  645. W:0:0:0:7500
  646. C:0:0:0:2
  647. F:WIS | SLAY_UNDEAD | SEE_INVIS
  648. D:This weapon dispels undead as you strike them, increases wisdom, and allows 
  649. D:you to see monsters that are normally invisible.
  650.  
  651. N:91:of *Slay* Demon
  652. X:24:18
  653. W:0:0:0:5500
  654. C:0:0:0:2
  655. F:INT | SLAY_DEMON | RES_FIRE
  656. D:This weapon smites down demons with holy wrath, increases intelligence, 
  657. D:and protects against the element of fire.
  658.  
  659. N:92:of *Slay* Orc
  660. X:24:14
  661. W:0:0:0:4000
  662. C:0:0:0:2
  663. F:DEX | SLAY_ORC
  664. D:This weapon wreaks orcish armies and increases dexterity.
  665.  
  666. N:93:of *Slay* Troll
  667. X:24:15
  668. W:0:0:0:4750
  669. C:0:0:0:2
  670. F:STR | SLAY_TROLL
  671. D:This weapon pierces the tough hides of trolls with ease, and you feel 
  672. D:mighty as you swing it.
  673.  
  674. N:94:of *Slay* Giant
  675. X:24:14
  676. W:0:0:0:4000
  677. C:0:0:0:2
  678. F:STR | SLAY_GIANT
  679. D:This weapon loans you some of the strength of giants, and cripples them with 
  680. D:every deadly blow.
  681.  
  682. N:95:of *Slay* Dragon
  683. X:24:20
  684. W:0:0:0:6500
  685. C:0:0:0:3
  686. F:CON | SLAY_DRAGON
  687. D:This weapon is a mighty dragonbane, and increases constitution.
  688.  
  689. # 96 (unused)
  690.  
  691. # 97 (unused)
  692.  
  693. # 98 (unused)
  694.  
  695. # 99 (unused)
  696.  
  697. N:100:of Digging
  698. X:24:4
  699. W:0:0:0:500
  700. C:0:0:0:5
  701. F:TUNNEL | BRAND_ACID | 
  702. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  703. D:It digs rapidly through walls, bears an acidic brand, and cannot be 
  704. D:harmed by the elements.
  705.  
  706. # 101 (unused)
  707.  
  708. N:102:of Morgul
  709. X:24:0
  710. W:0:0:0:0
  711. C:-20:-20:-10:0
  712. F:SEE_INVIS | AGGRAVATE | HEAVY_CURSE | LIGHT_CURSE
  713. D:A weapon of dispair, bearing perilous hexes that protect and awake your 
  714. D:foes.  You can see even invisible creatures, but will rue every combat 
  715. D:you engage in.
  716.  
  717. # 103 (unused)
  718.  
  719.  
  720. ### Missile Launchers ###
  721.  
  722. N:104:of Accuracy
  723. X:25:10
  724. W:0:0:0:1500
  725. C:15:5:0:0
  726. D:This missile launcher shoots missiles with pinpoint accuracy, and 
  727. D:sometimes almost guarantees a hit.
  728.  
  729. N:105:of Velocity
  730. X:25:10
  731. W:0:0:0:1500
  732. C:5:15:0:0
  733. D:This missile launcher has an unnaturally high Deadliness bonus, 
  734. D:and sometimes energizes for additional damage.
  735.  
  736. # 106 (unused)
  737.  
  738. N:107:of Extra Might
  739. X:25:20
  740. W:0:0:0:14000
  741. C:5:10:0:0
  742. F:MIGHT2
  743. D:A missile weapon of legend, powerful beyond the measure of its kind, 
  744. D:capable of shots that kill and maim.
  745.  
  746. N:108:of Extra Might
  747. X:25:20
  748. W:0:0:0:7000
  749. C:5:10:0:0
  750. F:MIGHT1
  751. D:A missile weapon powerful beyond the measure of its kind, firing shots 
  752. D:with great force.
  753.  
  754. N:109:of Extra Shots
  755. X:25:20
  756. C:10:5:0:0
  757. W:5:0:0:10000
  758. F:SHOTS
  759. D:So wondrously easy to reload is this weapon that little time passes 
  760. D:between one shot and the next.
  761.  
  762. # 110 (unused)
  763.  
  764. ### Ammo ###
  765.  
  766. N:111:of Hurt Animal
  767. X:23:10
  768. W:0:0:0:25
  769. F:SLAY_ANIMAL
  770. D:They slay natural creatures.
  771.  
  772. N:112:of Hurt Evil
  773. X:23:10
  774. W:0:0:0:25
  775. F:SLAY_EVIL
  776. D:They do extra damage to evil creatures.
  777.  
  778. N:113:of Hurt Undead
  779. X:23:10
  780. W:0:0:0:25
  781. F:SLAY_UNDEAD
  782. D:They do extra damage to the undead.
  783.  
  784. N:114:of Hurt Demon
  785. X:23:10
  786. W:0:0:0:15
  787. F:SLAY_DEMON
  788. D:They smite demonic foes.
  789.  
  790. N:115:of Hurt Orc
  791. X:23:10
  792. W:0:0:0:15
  793. F:SLAY_ORC
  794. D:They pierce deeply into orcs.
  795.  
  796. N:116:of Hurt Troll
  797. X:23:10
  798. W:0:0:0:15
  799. F:SLAY_TROLL
  800. D:They penetrate the tough hide of trolls with ease.
  801.  
  802. N:117:of Hurt Giant
  803. X:23:10
  804. W:0:0:0:15
  805. F:SLAY_GIANT
  806. D:They dismay giants.
  807.  
  808. N:118:of Hurt Dragon
  809. X:23:10
  810. W:0:0:0:35
  811. F:SLAY_DRAGON
  812. D:They do extra damage to dragons.
  813.  
  814. N:119:of Acid
  815. X:23:11
  816. W:0:0:0:28
  817. F:BRAND_ACID | IGNORE_ACID
  818. D:They smoke and sizzle with noxious black corrosions, and they cannot be 
  819. D:harmed by acid.
  820.  
  821. N:120:of Electricity
  822. X:23:10
  823. W:0:0:0:25
  824. F:BRAND_ELEC | IGNORE_ELEC
  825. D:Sparks form tiny coronas upon their surfaces from top to bottom.
  826.  
  827. N:121:of Flame
  828. X:23:11
  829. W:0:0:0:28
  830. F:BRAND_FIRE | IGNORE_FIRE
  831. D:Flames dance merrily up and down them, and they cannot be harmed by fire.
  832.  
  833. N:122:of Frost
  834. X:23:10
  835. W:0:0:0:25
  836. F:BRAND_COLD | IGNORE_COLD
  837. D:Crystals of coldly gleaming ice form upon their surfaces.
  838.  
  839. N:123:of Poison
  840. X:23:10
  841. W:0:0:0:25
  842. F:BRAND_POIS
  843. D:They gleam a sickly green.
  844.  
  845. N:124:of Wounding
  846. X:24:5
  847. W:0:0:0:20
  848. C:5:5:0:0
  849. D:They are easy to aim, and pierce deep into your foes.
  850.  
  851. N:125:of Backbiting
  852. X:23:0
  853. W:0:0:0:0
  854. C:-50:-50:0:0
  855. F:LIGHT_CURSE
  856. D:They seem only interested in hurting you.
  857.  
  858. ### Special Broken Items ###
  859.  
  860. # Destroyed Weapon
  861. N:126:(Shattered)
  862. X:24:0
  863. W:0:0:0:0
  864. C:-5:-5:0:0
  865. D:This weapon has been ruined beyond redemption by fell sorceries.
  866.  
  867. # Destroyed Body Armor
  868.  
  869. N:127:(Blasted)
  870. X:30:0
  871. W:0:0:0:0
  872. C:0:0:-10:0
  873. D:The twisted, charred surface of this hopelessly smashed armour crumbles 
  874. D:apart as you gingerly touch it.
  875.  
  876.  
  877.